home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / dizgrb11.zip / DIZ.DOC < prev    next >
Text File  |  1993-02-13  |  3KB  |  72 lines

  1. Command Line FILE_ID.DIZ Grabber
  2. Written and copyrighted by P J Alexander  
  3. The Farm BBS (UK) +44 223 208094
  4.  
  5. These programs are FREEWARE for any Sysop that wishes to try them.
  6.  
  7. They are "as is" and carry no warranties and we will not be liable for any 
  8. damage that may occur while using these programs. 
  9. They have been tested on our own system (6+ Gigs) without problems. 
  10.  
  11. These programs were written to grab the FILE_ID.DIZ from archives that were 
  12. sent in on disk by post, (more common in the UK because of the horrendous 
  13. costs of the phone system here) and format them into standard PCBoard DIR 
  14. files. These programs require PKUNZIP.EXE and ARJ.EXE to be on your machines 
  15. path to work.
  16.  
  17. They can be run from a batch file if you wish (2 samples enclosed), one is for 
  18. ARJ files (which we favour) and one for the more common ZIP files. The progams 
  19. assume all .EXE files to be either .ZIP or .ARJ archives, depending on which 
  20. program you are using.
  21.  
  22. Both batch files use 3 parameters:
  23.  
  24. <drive> <path> *.EXE 
  25. <drive> <path> *.ARJ or <drive> <path> *.ZIP
  26. and the file name to rename the default NEWDIR file too.
  27.  
  28. e.g.
  29.  
  30. ZIPPER X:\PCB\COMMS\*.ZIP X:\PCB\COMMS\*.EXE  NEWCOMMS
  31.  
  32. You will see on the screen either:
  33.  
  34. Working Please Wait .....
  35. Error 53
  36.  
  37. or
  38.  
  39. Now Formatting NEWDIR
  40. 0
  41.  
  42. Don't panic about the error message as its looking for it. It means that the 
  43. file being processed either hasn't got a FILE_ID.DIZ file or the .EXE isn't 
  44. the default type.
  45.  
  46. You can then cut and paste the parts you want from the created file with your 
  47. favourite text editor to the DIR file relating to communications in the above 
  48. example, or you can use the "+" command in the batch file to bolt it to the 
  49. end of the related DIR file. 
  50.  
  51. e.g copy C:\PCB\GEN\DIR14+%3 C:\PCB\GEN\DIR14
  52.  
  53. The new batch file would the look like so:
  54.  
  55. for %%f in (%1) do zipdiz %%f
  56. for %%f in (%2) do zipdiz %%f
  57. ren newdir %3
  58. copy c:\pcb\gen\dir14+%3 c:\pcb\gen\dir14
  59.  
  60. Although the programs place the date of usage in into the DIR files, the 
  61. PCBFiler will change it to the date of the archive, this was the only way we 
  62. could keep it consistant with PCBoards American date format.
  63.  
  64. Should the file names appear as text within PCBFiler just change the date to 
  65. that of the program, save and re view the file.
  66.  
  67. Leave any suggestions for improvement on our board at the above number.
  68.  
  69. We hope these programs save other Sysops as much trouble as it has us. Enjoy.
  70.  
  71. All copyrights acknowledged.
  72.